a { font-size: 100%; }

a:link {
	text-decoration: underline;
	color: blue;
	background: transparent;
}

a:visited {
	text-decoration: underline;
	color: #333399;
	background: transparent;
}

a:hover {
	text-decoration: none;
	color: black;
	background: transparent;
}

body {
	background: ;
	background-color: #FAFAD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 90%;
}

h1 { color: #006400; font-weight: lighter; }

h2 { color: #640032; font-weight: lighter; font-size: 20px; }

h3 { color: #006364; font-weight: lighter; }

hr { color: Maroon; }